[INFO] cloning repository https://github.com/joaoh82/marv-lang
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/joaoh82/marv-lang" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoaoh82%2Fmarv-lang", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoaoh82%2Fmarv-lang'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b44f42e32538636c15d5495baa7645930fea460b
[INFO] fixing joaoh82/marv-lang against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoaoh82%2Fmarv-lang" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/joaoh82/marv-lang
[INFO] finished tweaking git repo https://github.com/joaoh82/marv-lang
[INFO] tweaked toml for git repo https://github.com/joaoh82/marv-lang written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/joaoh82/marv-lang on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/joaoh82/marv-lang already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4b54cf636ea5d32353c32d6e1316b08bfa65f882cc43e24e2c54d70c9ff05cc5
[INFO] running `Command { std: "docker" "start" "4b54cf636ea5d32353c32d6e1316b08bfa65f882cc43e24e2c54d70c9ff05cc5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4b54cf636ea5d32353c32d6e1316b08bfa65f882cc43e24e2c54d70c9ff05cc5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4b54cf636ea5d32353c32d6e1316b08bfa65f882cc43e24e2c54d70c9ff05cc5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4b54cf636ea5d32353c32d6e1316b08bfa65f882cc43e24e2c54d70c9ff05cc5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating crates/marv-syntax/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-core/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-types/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-db/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-verify/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-codegen-cl/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-interp/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-codegen-llvm/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-codegen-wasm/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-store/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-server/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-mcp/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-cli/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]     Checking marv-syntax v0.0.0 (/opt/rustwide/workdir/crates/marv-syntax)
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]     Checking log v0.4.31
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking memchr v2.8.1
[INFO] [stderr]    Compiling wasmtime-internal-core v45.0.0
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling cranelift-srcgen v0.132.0
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Migrating crates/marv-syntax/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Compiling cranelift-isle v0.132.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.132.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling target-lexicon v0.13.5
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]    Compiling cranelift-assembler-x64-meta v0.132.0
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking salsa-macro-rules v0.24.0
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking thin-vec v0.2.18
[INFO] [stderr]     Checking inventory v0.3.24
[INFO] [stderr]     Checking boxcar v0.2.14
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking bumpalo v3.20.3
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking bitflags v2.12.1
[INFO] [stderr]     Checking unicode-segmentation v1.13.3
[INFO] [stderr]     Checking intrusive-collections v0.9.7
[INFO] [stderr]     Checking semver v1.0.28
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]     Checking leb128fmt v0.1.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling object v0.39.1
[INFO] [stderr]     Checking region v3.0.2
[INFO] [stderr]     Checking easy-smt v0.3.2
[INFO] [stderr]     Checking gimli v0.33.0
[INFO] [stderr]     Checking wasm-encoder v0.248.0
[INFO] [stderr]     Checking memmap2 v0.2.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling wasmtime-internal-unwinder v45.0.0
[INFO] [stderr]     Checking wasm-encoder v0.251.0
[INFO] [stderr]    Compiling wasmtime-internal-cranelift v45.0.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking cranelift-control v0.132.0
[INFO] [stderr]    Migrating crates/marv-syntax/tests/enums.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-syntax/tests/quantifiers.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-syntax/tests/docs.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-syntax/tests/errors.rs from 2021 edition to 2024
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Migrating crates/marv-syntax/tests/roundtrip.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-syntax/tests/loops.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-syntax/tests/unary.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-syntax/tests/golden.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-syntax/tests/mutation.rs from 2021 edition to 2024
[INFO] [stderr]     Checking marv-codegen-llvm v0.0.0 (/opt/rustwide/workdir/crates/marv-codegen-llvm)
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling cranelift-bitset v0.132.0
[INFO] [stderr]    Migrating crates/marv-codegen-llvm/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling cranelift-assembler-x64 v0.132.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking memfd v0.6.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling pulley-macros v45.0.0
[INFO] [stderr]    Compiling salsa-macros v0.24.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling wasmtime-internal-versioned-export-macros v45.0.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling wasmtime v45.0.0
[INFO] [stderr]    Compiling pulley-interpreter v45.0.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking cobs v0.3.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.132.0
[INFO] [stderr]     Checking marv-core v0.0.0 (/opt/rustwide/workdir/crates/marv-core)
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking wasmparser v0.248.0
[INFO] [stderr]     Checking postcard v1.1.3
[INFO] [stderr]     Checking wasmparser v0.251.0
[INFO] [stderr]    Migrating crates/marv-core/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking regalloc2 v0.15.1
[INFO] [stderr]     Checking wasmtime-internal-jit-icache-coherence v45.0.0
[INFO] [stderr]     Checking cranelift-entity v0.132.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking cranelift-bforest v0.132.0
[INFO] [stderr]     Checking salsa v0.24.0
[INFO] [stderr]    Compiling cranelift-codegen v0.132.0
[INFO] [stderr]     Checking marv-types v0.0.0 (/opt/rustwide/workdir/crates/marv-types)
[INFO] [stderr]     Checking marv-store v0.0.0 (/opt/rustwide/workdir/crates/marv-store)
[INFO] [stderr]    Migrating crates/marv-types/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking marv-db v0.0.0 (/opt/rustwide/workdir/crates/marv-db)
[INFO] [stderr]    Migrating crates/marv-core/tests/docs.rs from 2021 edition to 2024
[INFO] [stderr]     Checking marv-interp v0.0.0 (/opt/rustwide/workdir/crates/marv-interp)
[INFO] [stderr]     Checking marv-verify v0.0.0 (/opt/rustwide/workdir/crates/marv-verify)
[INFO] [stderr]    Migrating crates/marv-core/tests/loops.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-core/tests/unary.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-store/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-core/tests/errors.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-core/tests/enums.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-core/tests/casts.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-core/tests/generics.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-db/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-interp/src/lib.rs from 2021 edition to 2024
[INFO] [stderr] error: could not compile `cranelift-assembler-x64` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name cranelift_assembler_x64 --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cranelift-assembler-x64-0.132.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::all' '--warn=clippy::useless_conversion' --warn=unused_import_braces --warn=unused_extern_crates --warn=unused-macro-rules --warn=unused-lifetimes --warn=unstable_features '--warn=clippy::unnecessary_to_owned' '--warn=clippy::unnecessary_mut_passed' '--warn=clippy::unnecessary_fallible_conversions' '--warn=clippy::unnecessary_cast' '--warn=clippy::uninlined_format_args' --warn=unexpected_cfgs --warn=trivial_numeric_casts '--warn=clippy::redundant_field_names' '--warn=clippy::multiple_bound_locations' '--warn=clippy::map_clone' '--warn=clippy::manual_strip' '--warn=clippy::from_over_into' '--warn=clippy::extra_unused_type_parameters' '--warn=clippy::clone_on_copy' '--warn=clippy::allow_attributes_without_reason' --check-cfg 'cfg(pulley_tail_calls)' --check-cfg 'cfg(pulley_assume_llvm_makes_tail_calls)' --check-cfg 'cfg(pulley_disable_interp_simd)' --check-cfg 'cfg(arc_try_new)' --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(gc_zeal)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fuzz"))' -C metadata=75bde8ba90ca34c3 -C extra-filename=-d57450135885fa30 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr]    Migrating crates/marv-verify/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-types/tests/rules.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-types/tests/unary.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-types/tests/bounds.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-store/tests/store.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-types/tests/enum_source.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-types/tests/loops.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-types/tests/capabilities_source.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/marv-db/tests/error_sets.rs from 2021 edition to 2024
[INFO] running `Command { std: "docker" "inspect" "4b54cf636ea5d32353c32d6e1316b08bfa65f882cc43e24e2c54d70c9ff05cc5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b54cf636ea5d32353c32d6e1316b08bfa65f882cc43e24e2c54d70c9ff05cc5", kill_on_drop: false }`
[INFO] [stdout] 4b54cf636ea5d32353c32d6e1316b08bfa65f882cc43e24e2c54d70c9ff05cc5
